projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b5606
)
(back_comment): Fixup globals in all cases.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 22:17:59 +0000
(22:17 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 19 Aug 2004 22:17:59 +0000
(22:17 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index e1fb7532b85b39d1415f41409a46df1399585c32..18c88b458e6fdc8db591e20752fe93328a8da918 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-673,7
+673,7
@@
back_comment (from, from_byte, stop, comnested, comstyle, charpos_ptr, bytepos_p
{
from = comstart_pos;
from_byte = comstart_byte;
- /* Globals are correct now. */
+ UPDATE_SYNTAX_TABLE_FORWARD (from - 1);
}
else
{